fixed html formatting on encrypted warning message
authorPablo Ariño Muñoz <progpabarino@gmail.com>
Thu, 20 Feb 2025 11:00:16 +0000 (12:00 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Thu, 20 Feb 2025 12:11:08 +0000 (12:11 +0000)
Signed-off-by: Pablo Ariño Muñoz <progpabarino@gmail.com>
src/gui/accountsettings.cpp

index 0a5a9f52765e59b27d6cd891fde6b02dcc815181..98517452f5f2c891bee23884d25b5f2bd923a8e6 100644 (file)
@@ -120,6 +120,7 @@ void showEnableE2eeWarningDialog(std::function<void(void)> onAccept)
     const auto messageBox = new QMessageBox;
     messageBox->setAttribute(Qt::WA_DeleteOnClose);
     messageBox->setText(AccountSettings::tr("End-to-end Encryption"));
+    messageBox->setTextFormat(Qt::RichText);
     messageBox->setInformativeText(
         AccountSettings::tr("This will encrypt your folder and all files within it. "
                             "These files will no longer be accessible without your encryption mnemonic key. "